home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / EMPTY.### < prev    next >
Text File  |  1985-01-20  |  713b  |  23 lines

  1. COMMAND:  EMPTY (Empty File)                    DOCUMENTATION : None
  2.  
  3. FUNCTION: Removes data from a file but does not delete the file.
  4.  
  5. FORMAT:   EMPTY
  6.  
  7. TYPE:     Public domain software (D.N. Ikle,1671 Newport,Denver,CO 80220)
  8.  
  9. REMARKS:  EMPTY works interactively and prompts for the fully qualified name
  10.           of the file to be emptied. EMPTY uses the OPEN and CLOSE statements
  11.           in BASIC to open the specified file for output and then to
  12.           immediately close it. This effectively erases the contents of the
  13.           file without deleting the file itself. The file length is reduced
  14.           to 1 byte. If the specified file does not exist it will be created.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.